Autogenerated HTML docs for v1.8.2-rc0 
diff --git a/git-config.html b/git-config.html index 4c35436..76d5103 100644 --- a/git-config.html +++ b/git-config.html 
@@ -3243,6 +3243,53 @@  </ul></div>   </dd>   <dt class="hdlist1">  +diff.algorithm  +</dt>  +<dd>  +<p>  + Choose a diff algorithm. The variants are as follows:  +</p>  +<div class="openblock">  +<div class="content">  +<div class="dlist"><dl>  +<dt class="hdlist1">  +<code>default</code>, <code>myers</code>  +</dt>  +<dd>  +<p>  + The basic greedy diff algorithm. Currently, this is the default.  +</p>  +</dd>  +<dt class="hdlist1">  +<code>minimal</code>  +</dt>  +<dd>  +<p>  + Spend extra time to make sure the smallest possible diff is  + produced.  +</p>  +</dd>  +<dt class="hdlist1">  +<code>patience</code>  +</dt>  +<dd>  +<p>  + Use "patience diff" algorithm when generating patches.  +</p>  +</dd>  +<dt class="hdlist1">  +<code>histogram</code>  +</dt>  +<dd>  +<p>  + This algorithm extends the patience algorithm to "support  + low-occurrence common elements".  +</p>  +</dd>  +</dl></div>  +</div></div>  +</dd>  +<dt class="hdlist1">   difftool.&lt;tool&gt;.path   </dt>   <dd>  @@ -5081,6 +5128,20 @@  </p>   </dd>   <dt class="hdlist1">  +receive.hiderefs  +</dt>  +<dd>  +<p>  + String(s) <code>receive-pack</code> uses to decide which refs to omit  + from its initial advertisement. Use more than one  + definitions to specify multiple prefix strings. A ref that  + are under the hierarchies listed on the value of this  + variable is excluded, and is hidden when responding to <code>git  + push</code>, and an attempt to update or delete a hidden ref by  + <code>git push</code> is rejected.  +</p>  +</dd>  +<dt class="hdlist1">   receive.updateserverinfo   </dt>   <dd>  @@ -5517,6 +5578,16 @@  </p>   </dd>   <dt class="hdlist1">  +transfer.hiderefs  +</dt>  +<dd>  +<p>  + This variable can be used to set both <code>receive.hiderefs</code>  + and <code>uploadpack.hiderefs</code> at the same time to the same  + values. See entries for these other variables.  +</p>  +</dd>  +<dt class="hdlist1">   transfer.unpackLimit   </dt>   <dd>  @@ -5527,6 +5598,20 @@  </p>   </dd>   <dt class="hdlist1">  +uploadpack.hiderefs  +</dt>  +<dd>  +<p>  + String(s) <code>upload-pack</code> uses to decide which refs to omit  + from its initial advertisement. Use more than one  + definitions to specify multiple prefix strings. A ref that  + are under the hierarchies listed on the value of this  + variable is excluded, and is hidden from <code>git ls-remote</code>,  + <code>git fetch</code>, etc. An attempt to fetch a hidden ref by <code>git  + fetch</code> will fail.  +</p>  +</dd>  +<dt class="hdlist1">   url.&lt;base&gt;.insteadOf   </dt>   <dd>